From: Ewan Mellor Date: Sun, 25 Mar 2007 23:40:34 +0000 (+0100) Subject: Create the new VM with the default crash behaviour set. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15277^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=ab492219788912d4bb40b2974256b0c31cd17227;p=xen.git Create the new VM with the default crash behaviour set. Signed-off-by: Ewan Mellor --- diff --git a/tools/libxen/test/test_bindings.c b/tools/libxen/test/test_bindings.c index 96ac6ef12f..68f7985f9d 100644 --- a/tools/libxen/test/test_bindings.c +++ b/tools/libxen/test/test_bindings.c @@ -400,7 +400,7 @@ static xen_vm create_new_vm(xen_session *session, bool hvm) .vcpus_at_startup = 2, .actions_after_shutdown = XEN_ON_NORMAL_EXIT_DESTROY, .actions_after_reboot = XEN_ON_NORMAL_EXIT_RESTART, - .actions_after_crash = XEN_ON_CRASH_BEHAVIOUR_PRESERVE, + .actions_after_crash = XEN_ON_CRASH_BEHAVIOUR_RESTART, .hvm_boot_policy = hvm ? "BIOS order" : NULL, .hvm_boot_params = hvm ? hvm_boot_params : NULL, .pv_bootloader = hvm ? NULL : "pygrub",